home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / utils / console / svgatext.3 / svgatext / SVGATextMode-1.3 / doc / set80.doc < prev    next >
Encoding:
Text File  |  1995-07-06  |  1.3 KB  |  37 lines

  1.          set80: a 80x25 mode setter
  2.          ==========================
  3.          
  4. Set80 is a short resque program that attempts to reset your screen to a
  5. 80x25 mode, without the need for a TextConfig file.
  6.  
  7. It is very useful when you are setting up SVGATextMode, and something goes
  8. wrong. If you can get set80 to run, there's a fair chance that you will get
  9. your display back.
  10.  
  11.  
  12. ../set80: version 0.9. (c) 1995 Koen Gadeyne.
  13.  
  14.      Resets and resizes the console to 80x25 mode, with a 9x16 font.
  15.      It is completely stand-alone (does not call other programs, no config file).
  16.  
  17.      Options: -d  print debugging messages
  18.               -h  prints usage information
  19.               -a  use alternate method: restore ALL standard VGA registers.
  20.  
  21.  
  22.  
  23. WARNING:
  24.   This does not work on ALL VGA cards. Notably the ATI cards and maybe
  25.   ET4000 as well will not restore the correct clock (the rest will be OK).
  26.   In fact, any card that has EXTENDED the standard set of 2 clock selection
  27.   bits with some more, instead of REPLACING them with a completely new set
  28.   will suffer from the same problem.
  29.  
  30. Another note:
  31.  
  32.   the "-a" option restores ALL standard VGA registers. This is a far better
  33.   and reliable way of restoring the text mode to 80x25 mode, BUT it's not
  34.   perfect at all. Since it wants to be chipset-independent, it doesn't know
  35.   how to get an SVGA card from SVGA back to VGA.
  36.  
  37.